Html Css Color HEX #355759 Oracle

📋 copy color: '#355759'

red 53 ◦ green 87 ◦ blue 89

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

Shades of Oracle #355759

Tints of Oracle #355759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.99%

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

R = 23.14%
G = 37.99%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355759 (or 0x355759) is known color: Oracle. HEX triplet: 35, 57 and 59. RGB value is (53,87,89). Sum of RGB (Red+Green+Blue) = 53+87+89=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #355759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355759 is #CAA8A6. Grayscale: #4D4D4D. Windows color (decimal): -13281447 or 5855029. OLE color: 5855029.

HSL color Cylindrical-coordinate representation of color #355759: hue angle of 183.33º 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 #355759 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 87 89 -
CMYK 0.40 0.02 0 0.65
HSL 183.33º 0.25% 0.28% -
HSV(B) 183.33º 0.4% 0.35% -
XYZ 6.68 8.29 10.7 -
YUV 77.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 53 87 89 0.40 0.02 0 0.65 183.33 0.25 0.28
Hex 35 57 59 28 2 0 41 B7 19 1C
Octal 65 127 131 50 2 0 101 267 31 34
Binary 110101 1010111 1011001 101000 10 0 1000001 10110111 11001 11100

Color Harmonies of #355759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355759

Black with #355759

Text Example


Text Example

White with #355759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355759; }

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

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

background-color css

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

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

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

border-color css

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

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

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