Html Css Color HEX #355659 Oracle

📋 copy color: '#355659'

red 53 ◦ green 86 ◦ blue 89

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

Shades of Oracle #355659

Tints of Oracle #355659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 23.25%
G = 37.72%
B = 39.04%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355659 (or 0x355659) is known color: Oracle. HEX triplet: 35, 56 and 59. RGB value is (53,86,89). Sum of RGB (Red+Green+Blue) = 53+86+89=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 89 - color contains mainly: blue. Hex color #355659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355659 is #CAA9A6. Grayscale: #4C4C4C. Windows color (decimal): -13281703 or 5854773. OLE color: 5854773.

HSL color Cylindrical-coordinate representation of color #355659: hue angle of 185º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355659 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 86 89 -
CMYK 0.40 0.03 0 0.65
HSL 185º 0.25% 0.28% -
HSV(B) 185º 0.4% 0.35% -
XYZ 6.6 8.13 10.67 -
YUV 76.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 53 86 89 0.40 0.03 0 0.65 185 0.25 0.28
Hex 35 56 59 28 3 0 41 B9 19 1C
Octal 65 126 131 50 3 0 101 271 31 34
Binary 110101 1010110 1011001 101000 11 0 1000001 10111001 11001 11100

Color Harmonies of #355659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355659

Black with #355659

Text Example


Text Example

White with #355659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355659; }

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

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

background-color css

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

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

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

border-color css

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

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

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