Html Css Color HEX #355E58 Oracle

📋 copy color: '#355E58'

red 53 ◦ green 94 ◦ blue 88

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

Shades of Oracle #355E58

Tints of Oracle #355E58

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 88 (34.77% from 255) = 37.45%

R = 22.55%
G = 40%
B = 37.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#355E58 (or 0x355E58) is known color: Oracle. HEX triplet: 35, 5E and 58. RGB value is (53,94,88). Sum of RGB (Red+Green+Blue) = 53+94+88=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #355E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355E58 is #CAA1A7. Grayscale: #515151. Windows color (decimal): -13279656 or 5791285. OLE color: 5791285.

HSL color Cylindrical-coordinate representation of color #355E58: hue angle of 171.22º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355E58 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 94 88 -
CMYK 0.44 0 0.06 0.63
HSL 171.22º 0.28% 0.29% -
HSV(B) 171.22º 0.44% 0.37% -
XYZ 7.23 9.47 10.68 -
YUV 81.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 53 94 88 0.44 0 0.06 0.63 171.22 0.28 0.29
Hex 35 5E 58 2C 0 6 3F AB 1C 1D
Octal 65 136 130 54 0 6 77 253 34 35
Binary 110101 1011110 1011000 101100 0 110 111111 10101011 11100 11101

Color Harmonies of #355E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355E58

Black with #355E58

Text Example


Text Example

White with #355E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355E58; }

 p { color: rgb(53,94,88); }

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

background-color css

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

 a { background-color: rgb(53,94,88); }

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

border-color css

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

 span { border-color: rgb(53,94,88); }

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