Html Css Color HEX #355857 Oracle

📋 copy color: '#355857'

red 53 ◦ green 88 ◦ blue 87

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

Shades of Oracle #355857

Tints of Oracle #355857

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 53 88 87 -
CMYK 0.40 0 0.01 0.65
HSL 178.29º 0.25% 0.28% -
HSV(B) 178.29º 0.4% 0.35% -
XYZ 6.68 8.42 10.29 -
YUV 77.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 53 88 87 0.40 0 0.01 0.65 178.29 0.25 0.28
Hex 35 58 57 28 0 1 41 B2 19 1C
Octal 65 130 127 50 0 1 101 262 31 34
Binary 110101 1011000 1010111 101000 0 1 1000001 10110010 11001 11100

Color Harmonies of #355857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355857

Black with #355857

Text Example


Text Example

White with #355857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355857; }

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

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

background-color css

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

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

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

border-color css

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

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

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