Html Css Color HEX #355654 Oracle

📋 copy color: '#355654'

red 53 ◦ green 86 ◦ blue 84

#355654
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oracle #355654

Tints of Oracle #355654

RGB

 RED value IS 53 (21.09% from 255) = 23.77%

 GREEN value IS 86 (33.98% from 255) = 38.57%

 BLUE value IS 84 (33.2% from 255) = 37.67%

R = 23.77%
G = 38.57%
B = 37.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#355654 (or 0x355654) is known color: Oracle. HEX triplet: 35, 56 and 54. RGB value is (53,86,84). Sum of RGB (Red+Green+Blue) = 53+86+84=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 86 (33.98% from 255 or 38.57% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 86 - color contains mainly: green. Hex color #355654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355654 is #CAA9AB. Grayscale: #4B4B4B. Windows color (decimal): -13281708 or 5527093. OLE color: 5527093.

HSL color Cylindrical-coordinate representation of color #355654: hue angle of 176.36º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355654 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 86 84 -
CMYK 0.38 0 0.02 0.66
HSL 176.36º 0.24% 0.27% -
HSV(B) 176.36º 0.38% 0.34% -
XYZ 6.4 8.05 9.6 -
YUV 75.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 53 86 84 0.38 0 0.02 0.66 176.36 0.24 0.27
Hex 35 56 54 26 0 2 42 B0 18 1B
Octal 65 126 124 46 0 2 102 260 30 33
Binary 110101 1010110 1010100 100110 0 10 1000010 10110000 11000 11011

Color Harmonies of #355654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355654

Black with #355654

Text Example


Text Example

White with #355654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355654; }

 p { color: rgb(53,86,84); }

 H1.HeaderClassName
 {
   color: #355654;
 }
 .AnyTagClassName
 {
   color: #355654;
 }
</style>

background-color css

<style>
 a { background-color: #355654; }

 a { background-color: rgb(53,86,84); }

 div.DivClassName
 {
   background-color: #355654;
 }
 .BgClassName
 {
   background-color: #355654;
 }
</style>

border-color css

<style>
 span { border-color: #355654; }

 span { border-color: rgb(53,86,84); }

 td.TdClassName
 {
   border-color: #355654;
 }
 .TagClassName
 {
   border-color: #355654;
 }
</style>