Html Css Color HEX #355758 Oracle

📋 copy color: '#355758'

red 53 ◦ green 87 ◦ blue 88

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

Shades of Oracle #355758

Tints of Oracle #355758

RGB

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

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

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

R = 23.25%
G = 38.16%
B = 38.6%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#355758 (or 0x355758) is known color: Oracle. HEX triplet: 35, 57 and 58. RGB value is (53,87,88). Sum of RGB (Red+Green+Blue) = 53+87+88=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 88 (34.77% from 255 or 38.60% from 228); Max value from RGB is 88 - color contains mainly: blue. Hex color #355758 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355758 is #CAA8A7. Grayscale: #4C4C4C. Windows color (decimal): -13281448 or 5789493. OLE color: 5789493.

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

Color convert

RGB 53 87 88 -
CMYK 0.40 0.01 0 0.65
HSL 181.71º 0.25% 0.28% -
HSV(B) 181.71º 0.4% 0.35% -
XYZ 6.64 8.28 10.48 -
YUV 76.95 134.24 110.92 -
System Red Green Blue C M Y K H S L
Decimal 53 87 88 0.40 0.01 0 0.65 181.71 0.25 0.28
Hex 35 57 58 28 1 0 41 B6 19 1C
Octal 65 127 130 50 1 0 101 266 31 34
Binary 110101 1010111 1011000 101000 1 0 1000001 10110110 11001 11100

Color Harmonies of #355758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355758

Black with #355758

Text Example


Text Example

White with #355758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355758; }

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

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

background-color css

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

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

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

border-color css

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

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

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